Apply for Zend Framework Certification Training

ReactJs




< React error reportwebvitals Componants in reactJs and its types >



 

Step 1 keep folder structure like this

       create css folder in src

Step 2 and update App.js file 

import logo from './logo.svg';
import './App.css';
import './css/test.css'
function App() {
  return (
    <>
       <h1>Webphplearn.com </h1>
       <h2> First Output section</h2>
       <img src="download.jpg"/>
    </>
  );
}

export default App;

 

Final output  will be like this

Final output  will be like this

 

< React error reportwebvitals Componants in reactJs and its types >



Ask a question



  • Question:
    {{questionlistdata.blog_question_description}}
    • Answer:
      {{answer.blog_answer_description  }}
    Replay to Question


Back to Top